-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Unfortunately, Devel::Cover does not yet work with threads.
It doesn't work with prefork either.
Being use'd in startup.pl, Devel::Cover issues
Not a CODE reference.
END failed--call queue aborted.
perl 5.8.9, Apache 2.2.13. My OS is FreeBSD, if that matters. The same problem is reported for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I'm running Devel::Cover with ModPerl::Registry, I get no coverage info except for BEGIN blocks. When I'm running the same script with Devel::Cover from command line or as a CGI, everything works alright (obviously).
How can I make Devel::Cover "see" my code being executed in the runtime?
Here's…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In the "Perl build, unit testing, code coverage: A complete working example by Kurt W. Leucht" we see that we run build testcover and bet the coverage report. We see the result in the figure "File Cover". Can anyone tell what does the number shown under stmt, bran, sub and time indicate?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a project setup like this:
bin/fizzbuzz-game.pl
lib/FizzBuzz.pm
test/TestFizzBuzz.pm
test/TestFizzBuzz.t
When I run coverage on this, using
perl -MDevel::Cover=-db,/tmp/cover_db test/*.t
... I get the following output:
----------------------------------- ------ ------ ------ ------ ------…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
In the "Perl build, unit testing, code coverage: A complete working example by Kurt W. Leucht" we see that we run build testcover and bet the coverage report. We see the result in the figure "File Cover". Can anyone tell what does the number shown under stmt, bran, sub and time indicate?
Thanks…
>>> More